/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
nav{
  /*position: fixed;*/
  position: absolute;
  top: 0;
/*   left: 0; */
  width: 50%;
  /*height: 100%;*/
  height: 70px;
/*   background: #3e8ea800;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  z-index: 99;
  right: 22%;
}
nav .navbar{
  height: 100%;
  max-width: 1360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 0 0 10px;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
  /*position: absolute;*/
  /*left: 35%;*/
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
/* // */
#ul_1 li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
#ul_2 li a{
  color: rgb(0, 0, 0) !important;
}
.menu_2 li a{
    color: rgb(0, 0, 0) !important;
  
  }
  @media(max-width:1590px){
    nav .navbar{
      max-width: 100%;
      padding: 0 0 0 15px !important;
    }
  }
  @media(max-width:1880px){
    nav .navbar{
      max-width: 100%;
      padding: 0 0 0 20px;
    }
  }
@media (max-width:1200px) {
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
    }}
 .bx-menu_2{
    color: rgb(0, 0, 0) !important;
  }

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

#ul_1 li .arrow{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.arrow_2{
    color: rgb(0, 0, 0) !important;
  }
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 60px;
  left: 0;
  line-height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  display: none;
  z-index: 2;
  padding: 0px !important;
}

nav .navbar .links li .sub-menu_2{
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 12px;
}
/* // */
#ul_2 .sub-menu a{
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}
.sub-menu_2 a{
    color: rgb(0, 0, 0) !important;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
/* @media (max-width:1200px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  nav .navbar .nav-links {
    padding-left: 15%;
}
} */
@media (max-width:1340px){
  nav{
    right: 90% !important;
    max-width: 40px !important;
  }
  #ul_1 li a,#ul_1 li .arrow{
    color: #ffffff;
  }
  #ul_2 li a{
    color: rgb(0, 0, 0) !important;
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed !important;
    top: 0;
    left: -100%;
    display: none;
    max-width: 270px;
    width: 100%;
    background:  #5454e9;
    line-height: 40px;
    padding: 20px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  } 
    .navbar .bx-menu{
      font-size: 30px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}

nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
  display: none; 
} 
}